Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkgs/by-name/eq/equibop/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/fo/forgejo/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ko/komac/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ty/typst/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/xdg-base-dirs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
Expand Down