summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-05-10 14:30:35 +0000
committerLudovic Courtès <ludo@gnu.org>2010-05-10 14:30:35 +0000
commitfbb4886d493f8b0c865d6df75f8054f346de1628 (patch)
tree180bae2356ef6d79270f8bcc696a26f23951d16a /maintainers
parent86e3de70e1b07d8157f12c15e514391cd49f2a85 (diff)
downloadnixpkgs-fbb4886d493f8b0c865d6df75f8054f346de1628.tar
nixpkgs-fbb4886d493f8b0c865d6df75f8054f346de1628.tar.gz
nixpkgs-fbb4886d493f8b0c865d6df75f8054f346de1628.tar.bz2
nixpkgs-fbb4886d493f8b0c865d6df75f8054f346de1628.tar.lz
nixpkgs-fbb4886d493f8b0c865d6df75f8054f346de1628.tar.xz
nixpkgs-fbb4886d493f8b0c865d6df75f8054f346de1628.tar.zst
nixpkgs-fbb4886d493f8b0c865d6df75f8054f346de1628.zip
gnupdate: Fix typo in the GNU predicate.
* maintainers/scripts/gnu/gnupdate.scm (gnu?): Fix typo analyzing
  `meta.homepage'.

svn path=/nixpkgs/trunk/; revision=21706
Diffstat (limited to 'maintainers')
-rw-r--r--maintainers/scripts/gnu/gnupdate.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainers/scripts/gnu/gnupdate.scm b/maintainers/scripts/gnu/gnupdate.scm
index b64d4f41397..3dc2e566f6c 100644
--- a/maintainers/scripts/gnu/gnupdate.scm
+++ b/maintainers/scripts/gnu/gnupdate.scm
@@ -440,7 +440,7 @@
                       (match attr
                         (('attribute _ "description" value)
                          (string-prefix? "GNU" value))
-                        (('attribute "homepage" value)
+                        (('attribute _ "homepage" value)
                          (string-contains value "www.gnu.org"))
                         (_ #f)))
                     metas))