summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/gem.scm2
-rw-r--r--tests/pypi.scm4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/gem.scm b/tests/gem.scm
index 0b37c70142..a46c2b1439 100644
--- a/tests/gem.scm
+++ b/tests/gem.scm
@@ -71,7 +71,7 @@
('synopsis "A cool gem")
('description "This package provides a cool gem")
('home-page "https://example.com")
- ('license ('list 'expat 'asl2.0)))
+ ('license ('list 'license:expat 'license:asl2.0)))
#t)
(x
(pk 'fail x #f)))))
diff --git a/tests/pypi.scm b/tests/pypi.scm
index 01d8a575ab..ab4e9c958b 100644
--- a/tests/pypi.scm
+++ b/tests/pypi.scm
@@ -130,7 +130,7 @@ baz > 13.37")
('home-page "http://example.com")
('synopsis "summary")
('description "summary")
- ('license 'lgpl2.0))
+ ('license 'license:lgpl2.0))
(string=? (bytevector->nix-base32-string
test-source-hash)
hash))
@@ -190,7 +190,7 @@ baz > 13.37")
('home-page "http://example.com")
('synopsis "summary")
('description "summary")
- ('license 'lgpl2.0))
+ ('license 'license:lgpl2.0))
(string=? (bytevector->nix-base32-string
test-source-hash)
hash))