about summary refs log tree commit diff
path: root/pkgs/tools/admin/iamy
diff options
context:
space:
mode:
authorTimothy Stott <stott.timothy@gmail.com>2020-08-11 22:04:55 +0100
committerGitHub <noreply@github.com>2020-08-11 21:04:55 +0000
commitba7c0893d4fcbe2b8fd449064a7bf7ec36553385 (patch)
tree6efe82338117f97770619c95385c83f67bc9209a /pkgs/tools/admin/iamy
parent4c3b64adf417859edfbce599eee15d335167b2a8 (diff)
treewide: remove obsolete attribute goPackagePath in buildGoModule derivations (#95092)
The buildGoModule infrastructure does not make use of goPackagePath it is a residue from buildGoPackage.
Diffstat (limited to 'pkgs/tools/admin/iamy')
-rw-r--r--pkgs/tools/admin/iamy/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/admin/iamy/default.nix b/pkgs/tools/admin/iamy/default.nix
index 6b9cf50a26920..1a668777e2e61 100644
--- a/pkgs/tools/admin/iamy/default.nix
+++ b/pkgs/tools/admin/iamy/default.nix
@@ -4,8 +4,6 @@ buildGoModule rec {
   pname = "iamy";
   version = "2.3.2";
 
-  goPackagePath = "github.com/99designs/iamy";
-
   src = fetchFromGitHub {
     owner = "99designs";
     repo = "iamy";