Merge pull request #279932 from carlsverre/remove-maintainer

Remove me from keybase and sift packages
This commit is contained in:
Stanisław Pitucha
2024-01-11 08:05:04 +11:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ buildGoModule rec {
homepage = "https://www.keybase.io/";
description = "The Keybase official command-line utility and service";
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ avaq carlsverre np rvolosatovs Br1ght0ne shofius ];
maintainers = with maintainers; [ avaq np rvolosatovs Br1ght0ne shofius ];
license = licenses.bsd3;
};
}
+1 -1
View File
@@ -32,7 +32,7 @@ buildGoModule rec {
meta = with lib; {
description = "A fast and powerful alternative to grep";
homepage = "https://sift-tool.org";
maintainers = with maintainers; [ carlsverre viraptor ];
maintainers = with maintainers; [ viraptor ];
license = licenses.gpl3;
};
}