Commit 59772fb5 authored by Sigmanificient's avatar Sigmanificient
Browse files

zapper: fix changelog

parent d929c0ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
  meta = {
    description = "Zaps arguments and environment from the process list";
    homepage = "https://github.com/hackerschoice/zapper";
    changelog = "https://github.com/hackerschoice/zapper/releases/tag/v${finalAttrs.src.tag}";
    changelog = "https://github.com/hackerschoice/zapper/releases/tag/${finalAttrs.src.tag}";
    # https://github.com/hackerschoice/zapper/issues/4
    license = lib.licenses.unfree;
    maintainers = with lib.maintainers; [ fab ];