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:39:58 +02:00
parent 04a1a91857
commit 876dde6413
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83
2 changed files with 2 additions and 2 deletions

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

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