Unverified Commit 0a91abb0 authored by Matthias Beyer's avatar Matthias Beyer
Browse files

git-gone: Remove meta.changelog

parent c0a36b69
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
  meta = {
    description = "Cleanup stale Git branches of merge requests";
    homepage = "https://codeberg.org/swsnr/git-gone";
    changelog = "https://codeberg.org/swsnr/git-gone/raw/v${finalAttrs.version}/CHANGELOG.md";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [
      cafkafk