diff options
| author | Fuwn <[email protected]> | 2024-09-14 04:42:19 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-14 04:42:19 -0700 |
| commit | e57ca4059a3b89f08f4c550e18ad4c8d424287ab (patch) | |
| tree | fb3f2dd260e441374788bf03e552a2aaa4f77166 /pkgs/ahoviewer.nix | |
| parent | lib: refactor build-rust-package (diff) | |
| download | nixos-config-e57ca4059a3b89f08f4c550e18ad4c8d424287ab.tar.xz nixos-config-e57ca4059a3b89f08f4c550e18ad4c8d424287ab.zip | |
home: t
Diffstat (limited to 'pkgs/ahoviewer.nix')
| -rw-r--r-- | pkgs/ahoviewer.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/ahoviewer.nix b/pkgs/ahoviewer.nix index 38524dc..cd87578 100644 --- a/pkgs/ahoviewer.nix +++ b/pkgs/ahoviewer.nix @@ -48,7 +48,7 @@ pkgs.stdenv.mkDerivation rec { description = "A GTK image viewer, manga reader, and booru browser"; homepage = "https://github.com/ahodesuka/ahoviewer"; license = licenses.mit; - maintainers = with maintainers; [ ]; + maintainers = [ maintainers.Fuwn ]; platforms = platforms.linux; }; } |