Merge pull request #306542 from tomfitzhenry/no-tom

Remove myself as maintainer for chatty and clapper
This commit is contained in:
superherointj 2024-04-25 10:03:01 -03:00 committed by GitHub
commit 06164c1e58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.gnome.org/World/Chatty";
changelog = "https://gitlab.gnome.org/World/Chatty/-/blob/${src.rev}/NEWS";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ dotlambda tomfitzhenry ];
maintainers = with maintainers; [ dotlambda ];
platforms = platforms.linux;
};
}

View File

@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://github.com/Rafostar/clapper";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ tomfitzhenry ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}