Skip to content
Draft
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/applications/audio/keyfinder-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;

meta = with lib; {
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
description = "Musical key detection for digital audio (command-line tool)";
longDescription = ''
This small utility is the automation-oriented DJ's best friend. By making
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/editors/hecate/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildGoPackage rec {
goDeps = ./deps.nix;

meta = with lib; {
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
description = "terminal hex editor";
longDescription = "The Hex Editor From Hell!";
license = with licenses; [ mit ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/cheat/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ buildGoModule rec {
description = "Create and view interactive cheatsheets on the command-line";
maintainers = with maintainers; [ mic92 ];
license = with licenses; [ gpl3 mit ];
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/clipit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
description = "Lightweight GTK Clipboard Manager";
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should just be fetching from the tag here

license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ kamilchm ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/clipmenu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
description = "Clipboard management using dmenu";
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
maintainers = with maintainers; [ jb55 ];
license = licenses.publicDomain;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/exercism/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildGoModule rec {
subPackages = [ "./exercism" ];

meta = with lib; {
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
description = "A Go based command line tool for exercism.io";
license = licenses.mit;
maintainers = [ maintainers.rbasso maintainers.nobbz ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/genxword/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ python3.pkgs.buildPythonApplication rec {
doCheck = false;

meta = with lib; {
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
description = "Crossword generator";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ dotlambda ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/orpie/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ocamlPackages.buildDunePackage rec {
buildInputs = with ocamlPackages; [ curses camlp5 num gsl ];

meta = {
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
description = "A Curses-based RPN calculator";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ obadz ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/pdfarranger/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ python3Packages.buildPythonApplication rec {
doCheck = false; # no tests

meta = with lib; {
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
description = "Merge or split pdf documents and rotate, crop and rearrange their pages using an interactive and intuitive graphical interface";
platforms = platforms.linux;
maintainers = with maintainers; [ symphorien ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/subsurface/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ let
'';

meta = with lib; {
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

description = "QtLocation plugin for Google maps tile API";
maintainers = with maintainers; [ orivej ];
license = licenses.mit;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/xsw/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ in stdenv.mkDerivation rec {
];

meta = with lib; {
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
description = "A slide show presentation tool";

platforms = platforms.unix;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildGoModule rec {

meta = with lib; {
description = "A Helm plugin that shows a diff";
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
license = licenses.apsl20;
maintainers = with maintainers; [ yurrriq ];
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
description = "The Helm downloader plugin that provides GIT protocol support";
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
license = licenses.mit;
maintainers = with maintainers; [ flokli ];
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ buildGoModule rec {

meta = with lib; {
description = "A Helm plugin that shows a diff";
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
license = licenses.apsl20;
maintainers = with maintainers; [ yurrriq ];
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
description = "A Helm plugin that helps manage secrets";
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
license = licenses.apsl20;
maintainers = with maintainers; [ yurrriq ];
platforms = platforms.all;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildGoModule rec {

meta = with lib; {
description = "A Kubernetes credential plugin implementing OpenID Connect (OIDC) authentication";
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
license = licenses.asl20;
maintainers = with maintainers; [ benley ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/networking/cluster/kubelogin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildGoModule rec {

meta = with lib; {
description = "A Kubernetes credential plugin implementing Azure authentication";
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
license = licenses.mit;
maintainers = with maintainers; [ yurrriq ];
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildDunePackage rec {
buildInputs = [ ocaml_extlib ocamlfuse gapi_ocaml ocaml_sqlite3 ];

meta = {
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
description = "A FUSE-based file system backed by Google Drive, written in OCaml";
license = lib.licenses.mit;
platforms = lib.platforms.linux;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/networking/icemon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mkDerivation rec {

meta = with lib; {
description = "Icecream GUI Monitor";
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
license = licenses.gpl2;
maintainers = with maintainers; [ emantor ];
platforms = with platforms; linux ++ darwin;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ in stdenv.mkDerivation rec {
buildInputs = [ pidgin glib json-glib ];

meta = with lib; {
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
description = "Facebook protocol plugin for libpurple";
license = licenses.gpl2;
platforms = platforms.linux;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/networking/omping/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
description = "Open Multicast Ping (omping) is a tool for testing IPv4/IPv6 multicast connectivity on a LAN";
license = licenses.mit;
platforms = platforms.unix;
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/networking/sniproxy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
buildInputs = [ gettext libev pcre udns ];

meta = with lib; {
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
description = "Transparent TLS and HTTP layer 4 proxy with SNI support";
license = licenses.bsd2;
maintainers = [ maintainers.womfoo ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/networking/sync/rclone/browser.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
buildInputs = [ qtbase ];

meta = with lib; {
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
description = "Graphical Frontend to Rclone written in Qt";
license = licenses.unlicense;
platforms = platforms.linux;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/networking/tcpkali/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = {
description = "High performance TCP and WebSocket load generator and sink";
license = lib.licenses.bsd2;
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ ethercrow ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/terminal-emulators/microcom/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A minimalistic terminal program for communicating
with devices over a serial connection";
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
license = licenses.gpl2;
maintainers = with maintainers; [ emantor ];
platforms = with platforms; linux;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ buildRustPackage rec {
];

meta = with lib; {
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
description = "Decentralized Issue Tracking for git";
# This has not had a release in years and its cargo vendored dependencies
# fail to compile. It also depends on an unsupported openssl:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
'';

meta = with lib; {
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
description = "Git command line interface to GitHub";
longDescription = ''
A simple command line interface to GitHub, enabling most useful GitHub
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/video/epgstation/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ let
# nixpkgs.nodePackages
passthru.updateScript = import ./update.nix {
inherit lib;
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure the update script needs the changelog.

inherit
pname
version
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/video/mirakurun/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ stdenvNoCC.mkDerivation rec {

passthru.updateScript = import ./update.nix {
inherit lib;
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure this update script needs the changelog either.

Copy link
Member Author

@Synthetica9 Synthetica9 Nov 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah no, it doesn't 😅

inherit
pname
version
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/video/qmediathekview/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mkDerivation rec {

meta = with lib; {
description = "An alternative Qt-based front-end for the database maintained by the MediathekView project";
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ dotlambda ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/virtualization/crun/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ stdenv.mkDerivation rec {
description = "A fast and lightweight fully featured OCI runtime and C library for running containers";
license = licenses.gpl2Plus;
platforms = platforms.linux;
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
maintainers = with maintainers; [ ] ++ teams.podman.members;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/virtualization/dynamips/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
Dynamips is an emulator computer program that was written to emulate Cisco
routers.
'';
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ primeos ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/virtualization/vpcs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
ping/traceroute them, or ping/traceroute the other hosts/routers from the
VPCS when you study the Cisco routers in the dynamips.
'';
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
license = licenses.bsd2;
platforms = platforms.linux;
maintainers = with maintainers; [ ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/window-managers/bevelbar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
description = "An X11 status bar with fancy schmancy 1985-ish beveled borders";
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
license = licenses.mit;
platforms = platforms.all;
maintainers = [ maintainers.neeasade ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/window-managers/sway/bg.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
Wayland compositor which implements the following Wayland protocols:
wlr-layer-shell, xdg-output, and xdg-shell.
'';
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ primeos ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/window-managers/sway/idle.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
Sway's idle management daemon. It is compatible with any Wayland
compositor which implements the KDE idle protocol.
'';
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ primeos ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/window-managers/sway/lock.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
Important note: If you don't use the Sway module (programs.sway.enable)
you need to set "security.pam.services.swaylock = {};" manually.
'';
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ primeos ];
Expand Down
6 changes: 5 additions & 1 deletion pkgs/build-support/fetchgithub/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,8 @@ let
) // privateAttrs // passthruAttrs // { inherit name; };
in

fetcher fetcherArgs // { meta.homepage = baseUrl; inherit rev; }
fetcher fetcherArgs // {
meta.homepage = baseUrl;
meta.changelog = "${baseUrl}/releases/tag/${rev}";
inherit rev;
}
6 changes: 5 additions & 1 deletion pkgs/build-support/fetchgitlab/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ let
}) // passthruAttrs // { inherit name; };
in

fetcher fetcherArgs // { meta.homepage = "${protocol}://${domain}/${slug}/"; inherit rev; }
fetcher fetcherArgs // rec {
meta.homepage = "${protocol}://${domain}/${slug}";
meta.changelog = "${meta.homepage}/-/releases/${rev}/";
inherit rev;
}
2 changes: 1 addition & 1 deletion pkgs/data/fonts/gubbi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
installPhase = "install -Dm444 -t $out/share/fonts/truetype/ Gubbi.ttf";

meta = with lib; {
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
description = "A Kannada font";
license = licenses.gpl3Plus;
platforms = platforms.all;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/data/themes/equilux-theme/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
'';

meta = with lib; {
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
description = "A Material Design theme for GNOME/GTK based desktop environments";
license = licenses.gpl2;
platforms = platforms.all;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/data/themes/vertex/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
'';

meta = with lib; {
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
description = "Theme for GTK 3, GTK 2, Gnome-Shell, and Cinnamon";
license = licenses.gpl3;
platforms = platforms.unix;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/plasma-5/3rdparty/addons/caffeine-plus.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mkDerivation rec {
description = "Disable screensaver and auto suspend";
license = licenses.gpl2;
maintainers = with maintainers; [ peterhoeg ];
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
inherit (kwindowsystem.meta) platforms;
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mkDerivation rec {
description = "KWin script that automatically adds/removes virtual desktops";
license = licenses.bsd3;
maintainers = with maintainers; [ samuelgrf ];
inherit (src.meta) homepage;
inherit (src.meta) homepage changelog;
inherit (kwindowsystem.meta) platforms;
};
}
Loading