Skip to content

Commit

Permalink
Fix incorrect id and stuff
Browse files Browse the repository at this point in the history
git-svn-id: https://ironscheme.svn.codeplex.com/svn@114847 2327b42d-5241-43d6-9e2a-de5ac946f064
  • Loading branch information
leppie committed Aug 20, 2015
1 parent 56a0bd4 commit c7ba420
Showing 1 changed file with 3 additions and 3 deletions.
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>srfi.2.and-let%2a</id>
<title>(srfi :2 and-let%2a)</title>
<id>srfi.2.and-let</id>
<title>(srfi :2 and-let*)</title>
<version>0.9.$TFSREV$</version>
<authors>Llewellyn Pritchard</authors>
<owners>Llewellyn Pritchard</owners>
<iconUrl>http://ironscheme.net/logo-32-library.png</iconUrl>
<projectUrl>http://ironscheme.codeplex.com</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>(srfi :2 and-let%2a) library</description>
<description>(srfi :2 and-let*) library</description>
<releaseNotes>http://ironscheme.codeplex.com/SourceControl/changeset/$TFSREV$</releaseNotes>
<copyright>Copyright 2007-2015</copyright>
<dependencies>
Expand Down

0 comments on commit c7ba420

Please sign in to comment.