From 1a64deeb894dc95e2645a75771732c6cc53a79ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 4 Oct 2023 01:35:06 +0200 Subject: Squash changes containing private information There were a lot of changes since the previous commit, but a lot of them contained personnal information about users. All thos changes got stashed into a single commit (history is kept in a different place) and private information was moved in a separate private repository --- pkgs/twins/default.nix | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 pkgs/twins/default.nix (limited to 'pkgs/twins') diff --git a/pkgs/twins/default.nix b/pkgs/twins/default.nix deleted file mode 100644 index d0656bb..0000000 --- a/pkgs/twins/default.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ buildGoModule, fetchgit }: - -buildGoModule { - pname = "twins"; - version = "master-cd85204"; - src = fetchgit { - url = "https://code.rocketnine.space/tslocum/twins.git"; - branchName = "master"; - rev = "cd8520468072c39914ce5c8f6900dd804848d7ad"; - sha256 = "14pxcq24g3cllq8w76dwn7mmcphdpw4f5d2nhwxh06hs8ci22fz3"; - }; - - vendorSha256 = "1h8bk8v1p52b3qwk71mv8015p990jczq31p7b7bwypb4im5l5pd9"; - -} -- cgit v1.2.3