misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those packages.
This commit is contained in:
@@ -29,7 +29,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.lgpl21Plus;
|
||||
maintainers = with maintainers; [
|
||||
edwtjo
|
||||
jgeerds
|
||||
];
|
||||
description = "A proofreading program for English, French German, Polish, and more";
|
||||
};
|
||||
|
||||
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/ggreer/the_silver_searcher/;
|
||||
description = "A code-searching tool similar to ack, but faster";
|
||||
maintainers = with maintainers; [ madjar jgeerds ];
|
||||
maintainers = with maintainers; [ madjar ];
|
||||
platforms = platforms.all;
|
||||
license = licenses.asl20;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user