maintainers: remove mornfall from packages

This commit is contained in:
Yegor Timoshenko
2018-01-17 05:13:23 +00:00
parent 846b5c42f1
commit 506c89c30a
43 changed files with 48 additions and 48 deletions

View File

@@ -18,6 +18,6 @@ buildPythonPackage rec {
description = "Python Fedora Module";
homepage = https://github.com/fedora-infra/python-fedora;
license = licenses.lgpl2;
maintainers = with maintainers; [ mornfall ];
maintainers = with maintainers; [ ];
};
}