wgetpaste: switch license to mit

https://github.com/zlin/wgetpaste/blob/master/LICENSE
This commit is contained in:
jopejoe1
2025-08-27 23:32:59 +02:00
parent 1d83f10fdb
commit 747d0aee49
+1 -1
View File
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
description = "Command-line interface to various pastebins";
mainProgram = "wgetpaste";
homepage = "https://github.com/zlin/wgetpaste";
license = lib.licenses.publicDomain;
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
qknight
];