Unverified Commit 8383269d authored by Matthias Beyer's avatar Matthias Beyer
Browse files

gitnr: Remove meta.changelog



There is no changelog in the repository (anymore?).

Signed-off-by: default avatarMatthias Beyer <mail@beyermatthias.de>
parent 768ec16c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -40,7 +40,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
  meta = {
    description = "Create `.gitignore` files using one or more templates from TopTal, GitHub or your own collection";
    homepage = "https://github.com/reemus-dev/gitnr";
    changelog = "https://github.com/reemus-dev/gitnr/blob/${finalAttrs.src.rev}/CHANGELOG.md";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [
      matthiasbeyer