summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2017-03-01 16:20:26 -0400
committerJoey Hess2017-03-01 16:21:55 -0400
commit1b356d9b3c278fe45a60fb297cb50768f2463b0b (patch)
treeaf2379a7af1207604845152d11d8c34744df0f25 /debian
parent45f0bd252c8b86adee862ae70928a329f5ab6eb9 (diff)
github mirror of propellor is gone
* The github mirror of propellor's git repository has been removed, since github's terms of service has started imposing unwanted licensing requirements. * propellor --init: The option to clone propellor's git repository used to use the github mirror, and has been changed to use a different mirror.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f965a58c..4763281e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,12 @@ propellor (3.4.0) UNRELEASED; urgency=medium
* Removed fromPort and fromIPAddr (use val instead). (API change)
* Removed several Show instances that were only used for generating
configuration, replacing with ConfigurableValue instances. (API change)
+ * The github mirror of propellor's git repository has been removed,
+ since github's terms of service has started imposing unwanted licensing
+ requirements.
+ * propellor --init: The option to clone propellor's git repository
+ used to use the github mirror, and has been changed to use a different
+ mirror.
-- Joey Hess <id@joeyh.name> Sun, 26 Feb 2017 15:15:33 -0400