replace: set license

reason: could not find a license in the source code
This commit is contained in:
jopejoe1 2026-05-05 19:27:46 +02:00
commit 748036a3df

View file

@ -38,5 +38,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://replace.richardlloyd.org.uk/";
mainProgram = "replace-literal";
platforms = lib.platforms.unix;
license = lib.licenses.unfree;
};
})