remove profpatsch from maintainer list of a few packages
This commit is contained in:
@@ -17,7 +17,7 @@ buildPythonApplication rec {
|
||||
meta = {
|
||||
description = "Command-line tool for querying PyPI and Python packages installed on your system";
|
||||
homepage = https://github.com/cakebread/yolk;
|
||||
maintainer = with maintainers; [ profpatsch ];
|
||||
maintainer = with maintainers; [];
|
||||
license = licenses.bsd3;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ buildGoPackage rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Very simple compile daemon for Go";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ profpatsch ];
|
||||
maintainers = with maintainers; [ ];
|
||||
inherit (src.meta) homepage;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Version Control for your database";
|
||||
homepage = http://www.liquibase.org/;
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ nequissimus profpatsch ];
|
||||
maintainers = with maintainers; [ nequissimus ];
|
||||
platforms = with platforms; unix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user