-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'publish-color-scheme-generator-v0.9.2.1' of https://git…
…hub.com/nikolaizombie1/nixpkgs into publish-color-scheme-generator-v0.9.2.1
- Loading branch information
Showing
3 changed files
with
42 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"; | ||
|
@@ -12018,6 +12026,11 @@ | |
github = "kmicklas"; | ||
githubId = 929096; | ||
}; | ||
kmogged = { | ||
name = "Kevin"; | ||
github = "kmogged"; | ||
githubId = 22965352; | ||
}; | ||
knairda = { | ||
email = "[email protected]"; | ||
name = "Adrian Kummerlaender"; | ||
|
@@ -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]"; | ||
|
@@ -17072,6 +17092,12 @@ | |
githubId = 1788628; | ||
name = "pandaman"; | ||
}; | ||
pandanz = { | ||
email = "[email protected]"; | ||
github = "pandanz"; | ||
githubId = 32557789; | ||
name = "pandanz"; | ||
}; | ||
pandapip1 = { | ||
email = "[email protected]"; | ||
github = "Pandapip1"; | ||
|
@@ -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"; | ||
|
@@ -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]"; | ||
|
@@ -25315,4 +25353,4 @@ | |
name = "Mathias Zhang"; | ||
}; | ||
} | ||
# Keep the list alphabetically sorted. | ||
# Keep the list alphabetically sorted. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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="; | ||
}; | ||
|
||
|
@@ -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 ]; | ||
}; | ||
} |
This file was deleted.
Oops, something went wrong.