summaryrefslogtreecommitdiff
path: root/pkgs/ahoviewer.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-14 04:42:19 -0700
committerFuwn <[email protected]>2024-09-14 04:42:19 -0700
commite57ca4059a3b89f08f4c550e18ad4c8d424287ab (patch)
treefb3f2dd260e441374788bf03e552a2aaa4f77166 /pkgs/ahoviewer.nix
parentlib: refactor build-rust-package (diff)
downloadnixos-config-e57ca4059a3b89f08f4c550e18ad4c8d424287ab.tar.xz
nixos-config-e57ca4059a3b89f08f4c550e18ad4c8d424287ab.zip
home: t
Diffstat (limited to 'pkgs/ahoviewer.nix')
-rw-r--r--pkgs/ahoviewer.nix2
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;
};
}