Skip to content

Commit

Permalink
Merge branch 'publish-color-scheme-generator-v0.9.2.1' of https://git…
Browse files Browse the repository at this point in the history
…hub.com/nikolaizombie1/nixpkgs into publish-color-scheme-generator-v0.9.2.1
  • Loading branch information
nikolaizombie1 committed Dec 20, 2024
2 parents 1de7601 + f6e5e9b commit 1d5adc0
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 45 deletions.
40 changes: 39 additions & 1 deletion maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11190,6 +11190,14 @@
githubId = 3267697;
name = "Joshua Potter";
};
js6pak = {
name = "js6pak";
email = "[email protected]";
matrix = "@6pak:matrix.org";
github = "js6pak";
githubId = 35262707;
keys = [ { fingerprint = "66D1 1EA6 571D E4F9 16B3 B8EB 3E3C D91E B1AA FB06"; } ];
};
jshcmpbll = {
email = "[email protected]";
github = "jshcmpbll";
Expand Down Expand Up @@ -12018,6 +12026,11 @@
github = "kmicklas";
githubId = 929096;
};
kmogged = {
name = "Kevin";
github = "kmogged";
githubId = 22965352;
};
knairda = {
email = "[email protected]";
name = "Adrian Kummerlaender";
Expand Down Expand Up @@ -12837,6 +12850,13 @@
githubId = 101508537;
name = "Yuchen He";
};
lilioid = {
name = "Lilly";
email = "[email protected]";
matrix = "@17sell:mafiasi.de";
github = "lilioid";
githubId = 12398140;
};
LilleAila = {
name = "Olai";
email = "[email protected]";
Expand Down Expand Up @@ -17072,6 +17092,12 @@
githubId = 1788628;
name = "pandaman";
};
pandanz = {
email = "[email protected]";
github = "pandanz";
githubId = 32557789;
name = "pandanz";
};
pandapip1 = {
email = "[email protected]";
github = "Pandapip1";
Expand Down Expand Up @@ -20506,6 +20532,12 @@
githubId = 18403034;
name = "Shaddy";
};
shadowapex = {
email = "[email protected]";
github = "ShadowApex";
githubId = 376460;
name = "William Edwards";
};
shadowrz = {
email = "[email protected]";
matrix = "@shadowrz:nixos.dev";
Expand Down Expand Up @@ -22407,6 +22439,12 @@
githubId = 3105057;
name = "Jan Beinke";
};
thelissimus = {
name = "Kei";
email = "[email protected]";
github = "thelissimus";
githubId = 70096720;
};
themaxmur = {
name = "Maxim Muravev";
email = "[email protected]";
Expand Down Expand Up @@ -25315,4 +25353,4 @@
name = "Mathias Zhang";
};
}
# Keep the list alphabetically sorted.
# Keep the list alphabetically sorted.
13 changes: 3 additions & 10 deletions pkgs/by-name/co/color-scheme-generator/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub {
owner = "nikolaizombie1";
repo = "color_scheme_generator";
rev = "v${version}";
tag = "v${version}";
hash = "sha256-tSoM6MP58vOoKRMQjNq8nKMiVTfS9N/mckchAPcUM0g=";
};

Expand All @@ -41,14 +41,7 @@ rustPlatform.buildRustPackage rec {
'';
homepage = "https://github.com/nikolaizombie1/color_scheme_generator";
license = licenses.gpl3;
maintainers = [
{
name = "Fabio J. Matos Nieves";
email = "[email protected]";
githubId = "70602908";
github = "nikolaizombie1";
}
];
license = with lib.licenses; [ gpl3 ];
maintainers = with lib.maintainers; [ nikolaizombie1 ];
};
}
34 changes: 0 additions & 34 deletions pkgs/by-name/ga/gamut-cli/package.nix

This file was deleted.

0 comments on commit 1d5adc0

Please sign in to comment.