cpm: update license
All checks were successful
ci/woodpecker/cron/flake-lock-update Pipeline was successful
All checks were successful
ci/woodpecker/cron/flake-lock-update Pipeline was successful
This commit is contained in:
parent
04eb68619d
commit
2052f83045
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ rustPlatform.buildRustPackage {
|
||||||
description = "Chatterino Plugin Manager ";
|
description = "Chatterino Plugin Manager ";
|
||||||
mainProgram = "cpm";
|
mainProgram = "cpm";
|
||||||
homepage = "https://github.com/2547techno/cpm";
|
homepage = "https://github.com/2547techno/cpm";
|
||||||
license = licenses.mit;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [notohh];
|
maintainers = with maintainers; [notohh];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue