LeoIannacone / npm2deb

tool to help debianize Node.js modules
GNU General Public License v3.0
46 stars 34 forks source link

use npmjs.com module page as fallback url #41

Closed pravi closed 7 years ago

pravi commented 7 years ago

If a module does not specify a homepage url use npmjs.com/ as homepage in debian/control and Source in debian/copyright

shanavas786 commented 7 years ago

instead of upstream repo url ? Now hompage falls back to upstream repo url

pravi commented 7 years ago

For babel-runtime even that was missing

pravi commented 7 years ago

So this would be a fallback if upstream repo url is missing as well.