Skip to content

Commit

Permalink
correct maintaner address for issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecil committed Apr 11, 2016
1 parent 6738068 commit 376e37c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ app_png: ytm.png
purpose: 'Compute Yield to Maturity'
publisher: 'Right Wing Conspiracy'
website: 'https://github.com/Shoes3/shoes3'
maintainer: '[email protected]'
maintainer: '<[email protected]>'
license: /home/ccoupe/Projects/linux-shoes/ytm/Ytm.license
license_tag: 'open source'
category: Office
Expand Down Expand Up @@ -167,3 +167,9 @@ so #{packdir} is something you can feed to whatever you want. Fpm needs a
Ruby (not Shoes Ruby). If you don't need fpm, then you don't need Ruby and you could rewrite
in any language you like. It's your code.

### fpm doesn't do what I want

`lintian Ytm-app.deb` does complain about some things in the deb. It still installs
correctly. I consider the lack of a copyright file to be the biggest error.
If it really offends you then you can script your deb build using the existing tools -
its just temp dirs and text file and command line tools.
2 changes: 1 addition & 1 deletion ytm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ app_png: ytm.png
purpose: 'Compute Yield to Maturity'
publisher: 'Right Wing Conspiracy'
website: 'https://github.com/Shoes3/shoes3'
maintainer: '[email protected]'
maintainer: '<[email protected]>'
license: /home/ccoupe/Projects/linux-shoes/ytm/Ytm.license
license_tag: 'open source'
category: Office
Expand Down

0 comments on commit 376e37c

Please sign in to comment.