Merge pull request #33967 from yegortimoshenko/20180117.050213/mornfall

maintainers: remove mornfall from packages
This commit is contained in:
Frederik Rietdijk
2018-01-18 11:27:31 +01:00
committed by GitHub
43 changed files with 48 additions and 48 deletions

View File

@@ -21,6 +21,6 @@ buildPythonPackage rec {
description = "Subclass of the rpkg project for dealing with rpm packaging";
homepage = https://pagure.io/fedpkg;
license = licenses.gpl2;
maintainers = with maintainers; [ mornfall ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -12,6 +12,6 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Kitchen contains a cornucopia of useful code";
license = licenses.lgpl2;
maintainers = with maintainers; [ mornfall ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -25,7 +25,7 @@ buildPythonPackage rec {
'';
meta = {
maintainers = [ stdenv.lib.maintainers.mornfall ];
maintainers = [ ];
platforms = stdenv.lib.platforms.linux;
};
}

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; [ ];
};
}

View File

@@ -22,7 +22,7 @@ buildPythonPackage rec {
description = "Python library for dealing with rpm packaging";
homepage = https://pagure.io/fedpkg;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ mornfall ];
maintainers = with maintainers; [ ];
};
}