about summary refs log tree commit diff
path: root/pkgs/development/libraries/libotr
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/development/libraries/libotr
parent6a1cb83b419afb4e3f5ed92cabe56f2d9f514d9f (diff)
treewide: remove meta.repositories
there's no documentation for meta.repositories and its not widely used
Diffstat (limited to 'pkgs/development/libraries/libotr')
-rw-r--r--pkgs/development/libraries/libotr/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libotr/default.nix b/pkgs/development/libraries/libotr/default.nix
index 53699ab7eacd3..bd8a521544c29 100644
--- a/pkgs/development/libraries/libotr/default.nix
+++ b/pkgs/development/libraries/libotr/default.nix
@@ -16,7 +16,6 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     homepage = "http://www.cypherpunks.ca/otr/";
-    repositories.git = "git://git.code.sf.net/p/otr/libotr";
     license = licenses.lgpl21;
     description = "Library for Off-The-Record Messaging";
     platforms = platforms.unix;