Unverified Commit f96eb6a3 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

treewide: remove `refs/tags/` from github release `meta.changelog` (#353000)

parents a8bf8d95 2ec380a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ stdenv.mkDerivation (finalAttrs: {
  meta = {
    description = "Custom Discord App aiming to give you better performance and improve linux support";
    homepage = "https://github.com/Equicord/Equibop";
    changelog = "https://github.com/Equicord/Equibop/releases/tag/${finalAttrs.src.rev}";
    changelog = "https://github.com/Equicord/Equibop/releases/tag/v${finalAttrs.version}";
    license = lib.licenses.gpl3Only;
    maintainers = [
      lib.maintainers.NotAShelf
+1 −1
Original line number Diff line number Diff line
@@ -155,7 +155,7 @@ buildGoModule rec {
  meta = {
    description = "Self-hosted lightweight software forge";
    homepage = "https://forgejo.org";
    changelog = "https://codeberg.org/forgejo/forgejo/releases/tag/${src.rev}";
    changelog = "https://codeberg.org/forgejo/forgejo/releases/tag/v${version}";
    license = if lib.versionAtLeast version "9.0.0" then lib.licenses.gpl3Plus else lib.licenses.mit;
    maintainers = with lib.maintainers; [ emilylange urandom bendlas adamcstephens marie ];
    broken = stdenv.hostPlatform.isDarwin;
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ rustPlatform.buildRustPackage {
  meta = {
    description = "Community Manifest Creator for WinGet";
    homepage = "https://github.com/russellbanks/Komac";
    changelog = "https://github.com/russellbanks/Komac/releases/tag/${src.rev}";
    changelog = "https://github.com/russellbanks/Komac/releases/tag/v${version}";
    license = lib.licenses.gpl3Plus;
    maintainers = with lib.maintainers; [
      kachick
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ rustPlatform.buildRustPackage rec {
  passthru.updateScript = nix-update-script { };

  meta = {
    changelog = "https://github.com/typst/typst/releases/tag/${src.rev}";
    changelog = "https://github.com/typst/typst/releases/tag/v${version}";
    description = "New markup-based typesetting system that is powerful and easy to learn";
    homepage = "https://github.com/typst/typst";
    license = lib.licenses.asl20;
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Implementation of the XDG Base Directory Specification in Python";
    homepage = "https://github.com/srstevenson/xdg-base-dirs";
    changelog = "https://github.com/srstevenson/xdg-base-dirs/releases/tag/${src.rev}";
    changelog = "https://github.com/srstevenson/xdg-base-dirs/releases/tag/${version}";
    license = licenses.isc;
    maintainers = with maintainers; [ figsoda ];
  };