pappl: remove self from maintainers
This commit is contained in:
parent
20d28dbcb3
commit
4260e18e67
1 changed files with 1 additions and 1 deletions
|
@ -59,6 +59,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/michaelrsweet/pappl";
|
homepage = "https://github.com/michaelrsweet/pappl";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = platforms.linux; # should also work for darwin, but requires additional work
|
platforms = platforms.linux; # should also work for darwin, but requires additional work
|
||||||
maintainers = with maintainers; [ jonringer ChlorideCull ];
|
maintainers = with maintainers; [ jonringer ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue