We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b5951 commit f181f1cCopy full SHA for f181f1c
pkgs/by-name/co/cosmic-settings-daemon/package.nix
@@ -43,7 +43,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
43
description = "Settings Daemon for the COSMIC Desktop Environment";
44
mainProgram = "cosmic-settings-daemon";
45
license = licenses.gpl3Only;
46
- maintainers = with maintainers; [ nyabinary ];
+ maintainers = with maintainers; [
47
+ nyabinary
48
+ drakon64
49
+ ];
50
platforms = platforms.linux;
51
};
52
})
0 commit comments