File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,18 @@ package software_foundations
2
2
3
3
modules = Basics
4
4
, Induction
5
+ , Lists
5
6
6
7
brief = "Software Foundations in Idris"
7
8
version = 0.0.1.0
8
9
readme = README.md
9
- -- license = TODO: Add LICENSE
10
+ -- NOTE: For license information see the file LICENSE.
11
+
10
12
author = "Eric Bailey, et al."
13
+ maintainer = "Eric Bailey <
[email protected] >"
11
14
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
14
17
bugtracker = https://github.com/idris-hackers/software-foundations/issues
15
18
16
19
sourcedir = src
You can’t perform that action at this time.
0 commit comments