Skip to content

Commit

Permalink
ogma-cli: Add repository information to cabal package. Refs nasa#148.
Browse files Browse the repository at this point in the history
The cabal packages do not contain pointers to the repo using the specific entry
for this in Cabal, neither for the source, nor to file bug reports. Although
such information is not strictly speaking necessary, it helps direct users
without having to "jump around" to find out where they need to go.

This commit adds both the bug-reports link and the source repository
information to the cabal package.
  • Loading branch information
ivanperez-keera committed Dec 24, 2024
1 parent 6624580 commit a70ec7d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ogma-cli/ogma-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ build-type: Simple
name: ogma-cli
version: 1.5.0
homepage: https://github.com/nasa/ogma
bug-reports: https://github.com/nasa/ogma/issues
license: OtherLicense
license-file: LICENSE.pdf
author: Ivan Perez, Alwyn Goodloe
Expand Down Expand Up @@ -116,6 +117,11 @@ description: Ogma is a tool to facilitate the integration of safe runtim
-- exactly what we publish, unmodified by anyone external to our project.
x-curation: uncurated

source-repository head
type: git
location: git@github.com:nasa/ogma.git
subdir: ogma-cli

executable ogma

main-is:
Expand Down

0 comments on commit a70ec7d

Please sign in to comment.