summary refs log tree commit diff
path: root/pkgs/tools/networking/chrony/default.nix
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-03-23 23:22:02 +0200
committerArtturin <Artturin@artturin.com>2022-03-24 23:56:14 +0200
commit33cce15e42e4086ea26b5fc026a2de3ca2e07f29 (patch)
treecb8ccb90f866abc86fcd7f56db390d8d92ab0f98 /pkgs/tools/networking/chrony/default.nix
parent6a1cb83b419afb4e3f5ed92cabe56f2d9f514d9f (diff)
treewide: remove meta.repositories
there's no documentation for meta.repositories and its not widely used
Diffstat (limited to 'pkgs/tools/networking/chrony/default.nix')
-rw-r--r--pkgs/tools/networking/chrony/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/networking/chrony/default.nix b/pkgs/tools/networking/chrony/default.nix
index cff2d4df8e867..8c8972d0cb5d3 100644
--- a/pkgs/tools/networking/chrony/default.nix
+++ b/pkgs/tools/networking/chrony/default.nix
@@ -28,7 +28,6 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Sets your computer's clock from time servers on the Net";
     homepage = "https://chrony.tuxfamily.org/";
-    repositories.git = "git://git.tuxfamily.org/gitroot/chrony/chrony.git";
     license = licenses.gpl2;
     platforms = with platforms; linux ++ freebsd ++ openbsd;
     maintainers = with maintainers; [ fpletz thoughtpolice ];