Merge pull request #305792 from pbsds/fix-find-billy-1713718154

find-billy: add maintainer annaaurora
This commit is contained in:
Peder Bergebakken Sundt 2024-04-21 21:49:21 +02:00 committed by GitHub
commit 4854bac6d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -65,5 +65,6 @@ stdenv.mkDerivation rec {
homepage = "https://codeberg.org/annaaurora/Find-Billy";
license = licenses.gpl3Plus;
platforms = [ "x86_64-linux" ];
maintainers = [ maintainers.annaaurora ];
};
}

View File

@ -1028,8 +1028,6 @@ with pkgs;
prefetch-yarn-deps
fetchYarnDeps;
find-billy = callPackage ../games/find-billy { };
find-cursor = callPackage ../tools/X11/find-cursor { };
flare-floss = callPackage ../tools/security/flare-floss { };