Various fixes for gaming

This commit is contained in:
Emmet 2023-12-30 11:05:40 -06:00
parent 2eea633dc4
commit 467b45963a
7 changed files with 54 additions and 5 deletions

View file

@ -8,13 +8,11 @@ in
src = fetchFromGitLab {
owner = "phoneybadger";
repo = "pokemon-colorscripts";
repo = name;
rev = "0483c85b93362637bdd0632056ff986c07f30868";
sha256 = "sha256-rj0qKYHCu9SyNsj1PZn1g7arjcHuIDGHwubZg/yJt7A=";
};
phases = "installPhase";
installPhase = ''
mkdir -p $out $out/bin $out/opt
cp -rf $src/colorscripts $out/opt
@ -24,7 +22,7 @@ in
'';
meta = {
homepage = "https://gitlab.com/phoneybadger/pokemon-colorscripts";
homepage = "https://github.com/Admiral-Fish/PokeFinder";
description = "CLI utility to print out images of pokemon to terminal";
license = lib.licenses.mit;
maintainers = [];