Skip to content

Commit

Permalink
incorporate changes from reviewer.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaizombie1 committed Dec 10, 2024
1 parent 14cf716 commit c5db6ea
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions pkgs/by-name/co/color-scheme-generator/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub {
owner = "nikolaizombie1";
repo = "color_scheme_generator";
rev = "v${version}";
tag = "v${version}";
hash = "sha256-tSoM6MP58vOoKRMQjNq8nKMiVTfS9N/mckchAPcUM0g=";
};

cargoHash = "sha256-A8ld2c8ZcqaZN29Fz085FQy8UpugIDMOKT01r+SfCcc=";

nativeBuildInputs = [ perl ];

meta = with lib; {
meta = {
description = "Quickly generate color schemes for waybar from an image.";
longDescription = ''
color_scheme_generator is a command line utility used to analyze images and generate color themes from them given a path to an image.
Expand All @@ -31,14 +31,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 ];
};
}

0 comments on commit c5db6ea

Please sign in to comment.