krebszones -> ovh-zone

This commit is contained in:
lassulus 2017-06-18 14:00:05 +02:00
parent c6605a3ab8
commit 1ec7dabe62
5 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
## diff future.sorted current.sorted
python3Packages.buildPythonPackage rec {
name = "krebszones-${version}";
name = "ovh-zone-${version}";
version = "0.4.4";
propagatedBuildInputs = with pkgs.python3Packages;[
d2to1 # for setup to work

View File

@ -76,7 +76,7 @@ with import <stockholm/lib>;
}
{
environment.systemPackages = [
pkgs.krebszones
pkgs.ovh-zone
];
}
{

View File

@ -178,11 +178,11 @@ in {
"haskellPackages.scanner",
"haskellPackages.xmonad-stockholm",
"krebspaste",
"krebszones",
"logf",
"much",
"newsbot-js",
"noVNC",
"ovh-zone",
"passwdqc-utils",
"populate",
"posix-array",

View File

@ -11,6 +11,6 @@
esptool
cac-api
cac-panel
krebszones
ovh-zone
];
}

View File

@ -155,7 +155,7 @@ with import <stockholm/lib>;
environment.systemPackages = [
pkgs.get
pkgs.krebspaste
pkgs.krebszones
pkgs.ovh-zone
pkgs.nix-prefetch-scripts
pkgs.push
];