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 47fcada commit f1580b3Copy full SHA for f1580b3
pkgs/by-name/co/cosmic-design-demo/package.nix
@@ -52,7 +52,10 @@ rustPlatform.buildRustPackage {
52
homepage = "https://github.com/pop-os/cosmic-design-demo";
53
description = "Design Demo for the COSMIC Desktop Environment";
54
license = lib.licenses.mpl20;
55
- maintainers = with lib.maintainers; [ nyabinary ];
+ maintainers = with lib.maintainers; [
56
+ nyabinary
57
+ HeitorAugustoLN
58
+ ];
59
platforms = lib.platforms.linux;
60
mainProgram = "cosmic-design-demo";
61
};
0 commit comments