cpm: update license
All checks were successful
ci/woodpecker/cron/flake-lock-update Pipeline was successful

This commit is contained in:
notohh 2024-08-12 03:55:47 -04:00
parent 04eb68619d
commit 2052f83045
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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];
}; };
} }