diff options
Diffstat (limited to 'pkgs')
| -rw-r--r-- | pkgs/swhkd/default.nix | 2 | ||||
| -rw-r--r-- | pkgs/theseus.nix | 2 | ||||
| -rw-r--r-- | pkgs/treefetch.nix | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/swhkd/default.nix b/pkgs/swhkd/default.nix index 96a79c9..7f46a4f 100644 --- a/pkgs/swhkd/default.nix +++ b/pkgs/swhkd/default.nix @@ -34,7 +34,7 @@ in longDescription = "a display protocol-independent hotkey daemon made in Rust"; homepage = "https://github.com/waycrate/swhkd"; license = licenses.bsd2; - maintainers = with maintainers; [getchoo]; + #maintainers = with maintainers; [getchoo]; platforms = platforms.linux; }; } diff --git a/pkgs/theseus.nix b/pkgs/theseus.nix index 3b1585b..8b75939 100644 --- a/pkgs/theseus.nix +++ b/pkgs/theseus.nix @@ -122,7 +122,7 @@ in ''; homepage = "https://modrinth.com"; license = licenses.gpl3Plus; - maintainers = [maintainers.getchoo]; + #maintainers = [maintainers.getchoo]; platforms = with platforms; linux ++ darwin; }; } diff --git a/pkgs/treefetch.nix b/pkgs/treefetch.nix index 2c3c130..e1dd503 100644 --- a/pkgs/treefetch.nix +++ b/pkgs/treefetch.nix @@ -28,7 +28,7 @@ in longDescription = "A comfy and fast system fetch tool made in Rust. Tested to be much faster than neofetch and pfetch."; homepage = "https://github.com/angelofallars/treefetch"; license = licenses.gpl3; - maintainers = with maintainers; [getchoo]; + #maintainers = with maintainers; [getchoo]; platforms = platforms.unix; }; } |
