diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-21 21:08:30 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-21 21:08:30 -0400 |
| commit | a0c7cddd1dd4865b201a3f96f7d1c218ad45bb93 (patch) | |
| tree | 8fb2245ad2e13c658e2df90d9272775185161960 | |
| parent | 505707ffa812e685f7e84cc1f4dbd7f07438db24 (diff) | |
maintainer
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a7efdb01..acde68d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,7 @@ propellor (1.0.0) unstable; urgency=medium * Propellor can now be used to provision chroots. * systemd-nspawn containers can now be managed by propellor, very similar to its handling of docker containers. + * Debian package will be maintained by Gergely Nagy. -- Joey Hess <joeyh@debian.org> Fri, 21 Nov 2014 20:58:02 -0400 diff --git a/debian/control b/debian/control index 714dd640..c5f9e5a8 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: libghc-quickcheck2-dev, libghc-mtl-dev, libghc-monadcatchio-transformers-dev, -Maintainer: Debian QA Group <packages@qa.debian.org> +Maintainer: Gergely Nagy <algernon@madhouse-project.org> Standards-Version: 3.9.5 Vcs-Git: git://git.kitenet.net/propellor Homepage: http://propellor.branchable.com/ |
