gnupdate: Fix typo in the GNU predicate.

* maintainers/scripts/gnu/gnupdate.scm (gnu?): Fix typo analyzing
  `meta.homepage'.

svn path=/nixpkgs/trunk/; revision=21706
This commit is contained in:
Ludovic Courtès 2010-05-10 14:30:35 +00:00
parent 86e3de70e1
commit fbb4886d49

View File

@ -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))