maim,slop: Remove myself as maintainer

I've switched to Wayland (using grim and slurp, which are pretty
similar) so I cannot even properly test these X11 tools anymore.
This commit is contained in:
Michael Weiss
2021-06-15 13:42:35 +02:00
parent 04a1a91857
commit 876dde6413
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/naelstrof/maim/releases/tag/v${version}";
platforms = lib.platforms.all;
license = lib.licenses.gpl3Plus;
maintainers = with maintainers; [ primeos mbakke ];
maintainers = with maintainers; [ mbakke ];
};
}
+1 -1
View File
@@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
description = "Queries a selection from the user and prints to stdout";
platforms = lib.platforms.linux;
license = lib.licenses.gpl3Plus;
maintainers = with maintainers; [ primeos mbakke ];
maintainers = with maintainers; [ mbakke ];
};
}