Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a1febca9fc94
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ee06d27cf23a
Choose a head ref
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Oct 6, 2019

  1. Copy the full SHA
    ee06d27 View commit details
Original file line number Diff line number Diff line change
@@ -53,7 +53,8 @@ in buildGoPackage rec {
outputs = [ "bin" "out" "ruby" ];

meta = with stdenv.lib; {
homepage = http://www.gitlab.com/;
homepage = https://gitlab.com/gitlab-org/gitaly;
description = "A Git RPC service for handling all the git calls made by GitLab";
platforms = platforms.unix;
maintainers = with maintainers; [ roblabla globin fpletz ];
license = licenses.mit;
2 changes: 2 additions & 0 deletions pkgs/tools/misc/getopt/default.nix
Original file line number Diff line number Diff line change
@@ -17,5 +17,7 @@ stdenv.mkDerivation rec {

meta = {
platforms = stdenv.lib.platforms.unix;
homepage = http://frodo.looijaard.name/project/getopt;
description = "Parses command-line arguments from shell scripts";
};
}
2 changes: 2 additions & 0 deletions pkgs/tools/networking/eggdrop/default.nix
Original file line number Diff line number Diff line change
@@ -32,5 +32,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
license = licenses.gpl2;
platforms = platforms.unix;
homepage = http://www.eggheads.org;
description = "An Internet Relay Chat (IRC) bot";
};
}
2 changes: 2 additions & 0 deletions pkgs/tools/networking/weighttp/default.nix
Original file line number Diff line number Diff line change
@@ -14,5 +14,7 @@ stdenv.mkDerivation rec {

meta = {
platforms = stdenv.lib.platforms.unix;
homepage = https://redmine.lighttpd.net/projects/weighttp/wiki;
description = "A lightweight and simple webserver benchmarking tool";
};
}
1 change: 1 addition & 0 deletions pkgs/tools/system/which/default.nix
Original file line number Diff line number Diff line change
@@ -10,6 +10,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
homepage = https://www.gnu.org/software/which/;
description = "Shows the full path of (shell) commands";
platforms = platforms.all;
license = licenses.gpl3;
};