Skip to content

Commit

Permalink
Update project repo URLs
Browse files Browse the repository at this point in the history
Update GitHub repo name and URL to distinguish Haskell implementation.
  • Loading branch information
orome committed Oct 29, 2015
1 parent b2eb227 commit b7ba214
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
See also: the list of [code releases] and [closed milestones].

### (0.0.2.3)
### [0.0.2.3]

TBD
* Minor tidying and organization.

### [0.0.2.2]

Expand Down Expand Up @@ -48,6 +48,7 @@ Stable enough for use, but not reviewed.
[build checks]: https://travis-ci.org/orome/crypto-enigma/branches
[code releases]: https://github.com/orome/crypto-enigma/releases
[closed milestones]: https://github.com/orome/crypto-enigma/milestones?state=closed
[0.0.2.3]: https://github.com/orome/crypto-enigma/releases/tag/0.0.2.3
[0.0.2.2]: https://github.com/orome/crypto-enigma/releases/tag/0.0.2.2
[0.0.2.1]: https://github.com/orome/crypto-enigma/releases/tag/0.0.2.1
[0.0.2.0]: https://github.com/orome/crypto-enigma/releases/tag/0.0.2.0
Expand Down
16 changes: 8 additions & 8 deletions crypto-enigma.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ description: The crypto-enigma package is an Enigma machine simulator
.
(Note that this package assumes support for combining Unicode, without which some output may
appear garbled.)
homepage: https://github.com/orome/crypto-enigma
bug-reports: https://github.com/orome/crypto-enigma/issues
homepage: https://github.com/orome/crypto-enigma-hs
bug-reports: https://github.com/orome/crypto-enigma-hs/issues
license: BSD3
license-file: LICENSE
author: Roy Levien
Expand All @@ -38,14 +38,14 @@ cabal-version: >=1.22

source-repository head
type: git
location: git://github.com/orome/crypto-enigma.git
location: git://github.com/orome/crypto-enigma-hs.git
branch: develop

--source-repository this
-- type: git
-- location: git://github.com/orome/crypto-enigma.git
-- branch: hackage
-- tag: 0.0.2.3
source-repository this
type: git
location: git://github.com/orome/crypto-enigma-hs.git
branch: hackage
tag: 0.0.2.3

library
-- default-extensions: Trustworthy
Expand Down

0 comments on commit b7ba214

Please sign in to comment.