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:
parent
04a1a91857
commit
876dde6413
2 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue