File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
development/python-modules/xdg-base-dirs Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ stdenv.mkDerivation (finalAttrs: {
141141 meta = {
142142 description = "Custom Discord App aiming to give you better performance and improve linux support" ;
143143 homepage = "https://github.com/Equicord/Equibop" ;
144- changelog = "https://github.com/Equicord/Equibop/releases/tag/${ finalAttrs . src . rev } " ;
144+ changelog = "https://github.com/Equicord/Equibop/releases/tag/v ${ finalAttrs . version } " ;
145145 license = lib . licenses . gpl3Only ;
146146 maintainers = [
147147 lib . maintainers . NotAShelf
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ buildGoModule rec {
155155 meta = {
156156 description = "Self-hosted lightweight software forge" ;
157157 homepage = "https://forgejo.org" ;
158- changelog = "https://codeberg.org/forgejo/forgejo/releases/tag/${ src . rev } " ;
158+ changelog = "https://codeberg.org/forgejo/forgejo/releases/tag/v ${ version } " ;
159159 license = if lib . versionAtLeast version "9.0.0" then lib . licenses . gpl3Plus else lib . licenses . mit ;
160160 maintainers = with lib . maintainers ; [ emilylange urandom bendlas adamcstephens marie ] ;
161161 broken = stdenv . hostPlatform . isDarwin ;
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ rustPlatform.buildRustPackage {
6767 meta = {
6868 description = "Community Manifest Creator for WinGet" ;
6969 homepage = "https://github.com/russellbanks/Komac" ;
70- changelog = "https://github.com/russellbanks/Komac/releases/tag/${ src . rev } " ;
70+ changelog = "https://github.com/russellbanks/Komac/releases/tag/v ${ version } " ;
7171 license = lib . licenses . gpl3Plus ;
7272 maintainers = with lib . maintainers ; [
7373 kachick
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ rustPlatform.buildRustPackage rec {
7575 passthru . updateScript = nix-update-script { } ;
7676
7777 meta = {
78- changelog = "https://github.com/typst/typst/releases/tag/${ src . rev } " ;
78+ changelog = "https://github.com/typst/typst/releases/tag/v ${ version } " ;
7979 description = "New markup-based typesetting system that is powerful and easy to learn" ;
8080 homepage = "https://github.com/typst/typst" ;
8181 license = lib . licenses . asl20 ;
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ buildPythonPackage rec {
3535 meta = with lib ; {
3636 description = "Implementation of the XDG Base Directory Specification in Python" ;
3737 homepage = "https://github.com/srstevenson/xdg-base-dirs" ;
38- changelog = "https://github.com/srstevenson/xdg-base-dirs/releases/tag/${ src . rev } " ;
38+ changelog = "https://github.com/srstevenson/xdg-base-dirs/releases/tag/${ version } " ;
3939 license = licenses . isc ;
4040 maintainers = with maintainers ; [ figsoda ] ;
4141 } ;
You can’t perform that action at this time.
0 commit comments