Skip to content

Commit

Permalink
Merge pull request #10 from GSA/license-fix
Browse files Browse the repository at this point in the history
license field fix
  • Loading branch information
Alex Perfilov committed Dec 11, 2014
2 parents 326988e + 950c485 commit 7fe5607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/datajson/build_datajson.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def make_datajson_entry(package):

("landingPage", extras.get('homepage_url', package["url"])),

("license", extras.get("license_new", package['license_title'])),
("license", extras.get("license_new")),

("modified", extras.get("modified", package["metadata_modified"])), # required

Expand Down

0 comments on commit 7fe5607

Please sign in to comment.