remove GitHub references
This commit is contained in:
parent
745e761451
commit
bbdd7e4c8d
|
@ -6,11 +6,10 @@ cabal-version: 2.2
|
|||
|
||||
name: gemserv
|
||||
version: 0.0.0
|
||||
synopsis: Basic Gemini server
|
||||
description: Please see the README on GitHub at <https://github.com/jlamothe/gemserv#readme>
|
||||
synopsis: simple Gemini server
|
||||
description: simple Gemini server - see README.md for details
|
||||
category: Gemini
|
||||
homepage: https://github.com/jlamothe/gemserv#readme
|
||||
bug-reports: https://github.com/jlamothe/gemserv/issues
|
||||
homepage: https://git.fingerprintsoftware.ca/jlamothe/gemserv
|
||||
author: Jonathan Lamothe
|
||||
maintainer: jonathan@jlamothe.net
|
||||
copyright: 2021 Jonathan Lamothe
|
||||
|
@ -21,10 +20,6 @@ extra-source-files:
|
|||
README.md
|
||||
ChangeLog.md
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
location: https://github.com/jlamothe/gemserv
|
||||
|
||||
library
|
||||
exposed-modules:
|
||||
Network.GemServ
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
name: gemserv
|
||||
version: 0.0.0
|
||||
github: "jlamothe/gemserv"
|
||||
license: AGPL-3.0-or-later
|
||||
author: "Jonathan Lamothe"
|
||||
maintainer: "jonathan@jlamothe.net"
|
||||
|
@ -11,13 +10,14 @@ extra-source-files:
|
|||
- ChangeLog.md
|
||||
|
||||
# Metadata used when publishing your package
|
||||
synopsis: Basic Gemini server
|
||||
synopsis: simple Gemini server
|
||||
category: Gemini
|
||||
homepage: https://git.fingerprintsoftware.ca/jlamothe/gemserv
|
||||
|
||||
# To avoid duplicated efforts in documentation and dealing with the
|
||||
# complications of embedding Haddock markup inside cabal files, it is
|
||||
# common to point users to the README.md file.
|
||||
description: Please see the README on GitHub at <https://github.com/jlamothe/gemserv#readme>
|
||||
description: simple Gemini server - see README.md for details
|
||||
|
||||
ghc-options:
|
||||
- -Wall
|
||||
|
|
Loading…
Reference in New Issue
Block a user