chawan: correct license
https://git.sr.ht/~bptato/chawan/tree/v0.2.1/item/UNLICENSE https://git.sr.ht/~bptato/chawan/tree/v0.2.1/item/README.md?view-source#L129
This commit is contained in:
@@ -79,7 +79,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Lightweight and featureful terminal web browser";
|
||||
homepage = "https://sr.ht/~bptato/chawan/";
|
||||
changelog = "https://git.sr.ht/~bptato/chawan/refs/v${finalAttrs.version}";
|
||||
license = lib.licenses.publicDomain;
|
||||
license = lib.licenses.unlicense;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
mainProgram = "cha";
|
||||
|
||||
Reference in New Issue
Block a user