Skip to content

Commit e593b35

Browse files
committed
Update iPKG file
1 parent c5ea57f commit e593b35

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

software_foundations.ipkg

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@ package software_foundations
22

33
modules = Basics
44
, Induction
5+
, Lists
56

67
brief = "Software Foundations in Idris"
78
version = 0.0.1.0
89
readme = README.md
9-
-- license = TODO: Add LICENSE
10+
-- NOTE: For license information see the file LICENSE.
11+
1012
author = "Eric Bailey, et al."
13+
maintainer = "Eric Bailey <[email protected]>"
1114

12-
homepage = https://github.com/idris-hackers/software-foundations
13-
sourceloc = https://github.com/idris-hackers/software-foundations
15+
homepage = http://idris-hackers.github.io/software-foundations
16+
sourceloc = git://git@github.com:idris-hackers/software-foundations.git
1417
bugtracker = https://github.com/idris-hackers/software-foundations/issues
1518

1619
sourcedir = src

0 commit comments

Comments
 (0)