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: 3477f560279e
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8581998d7fab
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jun 18, 2017

  1. cli53: fix meta

    Mic92 committed Jun 18, 2017
    Copy the full SHA
    2c5de11 View commit details
  2. Copy the full SHA
    8581998 View commit details
Showing with 3 additions and 3 deletions.
  1. +2 −2 pkgs/tools/admin/cli53/default.nix
  2. +1 −1 pkgs/tools/security/vulnix/requirements.nix
4 changes: 2 additions & 2 deletions pkgs/tools/admin/cli53/default.nix
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ buildGoPackage rec {
meta = with stdenv.lib; {
description = "CLI tool for the Amazon Route 53 DNS service";
homepage = https://github.com/barnybug/cli53;
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ benley ];
license = licenses.mit;
maintainers = with maintainers; [ benley ];
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/security/vulnix/requirements.nix
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ rec {
url = "https://pypi.python.org/packages/52/b3/a96d62711a26d8cfbe546519975dc9ed54d2eb50b3238d2e6de045764796/ZConfig-3.1.0.tar.gz";
sha256 = "c21fa3a073a56925a8098036d46717392994a92cffea1b3cda3176b70c0a842e";
};
propagatedBuildInputs = with self; [ zope_testrunner ];
propagatedBuildInputs = [ pythonPackages.zope_testrunner ];
meta = with stdenv.lib; {
homepage = "";
license = licenses.zpt21;