about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-04-11 16:35:18 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-04-11 16:35:18 +0200
commit57ef1712e368d82155a3b5514df670655b91290b (patch)
tree6ec0bbfb530e653a17911c931121298ad81e4545 /pkgs/development
parent613cef624082f302366200fe0c60aa2c264a2083 (diff)
downloadnixlib-57ef1712e368d82155a3b5514df670655b91290b.tar
nixlib-57ef1712e368d82155a3b5514df670655b91290b.tar.gz
nixlib-57ef1712e368d82155a3b5514df670655b91290b.tar.bz2
nixlib-57ef1712e368d82155a3b5514df670655b91290b.tar.lz
nixlib-57ef1712e368d82155a3b5514df670655b91290b.tar.xz
nixlib-57ef1712e368d82155a3b5514df670655b91290b.tar.zst
nixlib-57ef1712e368d82155a3b5514df670655b91290b.zip
Substite new GitHub username ‘timbertson’ for ‘gfxmonk’
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/build-managers/gup/build.nix2
-rw-r--r--pkgs/development/tools/build-managers/gup/default.nix6
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/tools/build-managers/gup/build.nix b/pkgs/development/tools/build-managers/gup/build.nix
index 7f5caf7e6486..a9af037bb81e 100644
--- a/pkgs/development/tools/build-managers/gup/build.nix
+++ b/pkgs/development/tools/build-managers/gup/build.nix
@@ -1,5 +1,5 @@
 # NOTE: this file is copied from the upstream repository for this package.
-# Please submit any changes you make here to https://github.com/gfxmonk/gup/
+# Please submit any changes you make here to https://github.com/timbertson/gup/
 
 { stdenv, lib, python, which, pychecker ? null }:
 { src, version, meta ? {} }:
diff --git a/pkgs/development/tools/build-managers/gup/default.nix b/pkgs/development/tools/build-managers/gup/default.nix
index 926acd4535e4..8e85c63cb6e5 100644
--- a/pkgs/development/tools/build-managers/gup/default.nix
+++ b/pkgs/development/tools/build-managers/gup/default.nix
@@ -5,17 +5,17 @@ let
     sha256 = "12yv0j333z6jkaaal8my3jx3k4ml9hq8ldis5zfvr8179d4xah7q";
     rev = "version-${version}";
     repo = "gup";
-    owner = "gfxmonk";
+    owner = "timbertson";
   };
 in
 import ./build.nix
   { inherit stdenv lib python which; }
   { inherit src version;
     meta = {
+      inherit (src.meta) homepage;
       description = "A better make, inspired by djb's redo";
-      homepage = https://github.com/gfxmonk/gup;
       license = stdenv.lib.licenses.lgpl2Plus;
-      maintainers = [ stdenv.lib.maintainers.gfxmonk ];
+      maintainers = [ stdenv.lib.maintainers.timbertson ];
       platforms = stdenv.lib.platforms.all;
     };
   }