quoted home page URL according to RFC 0045
Signed-off-by: Michal Minář <mic.liamg@gmail.com>
This commit is contained in:
parent
22327eab2d
commit
dd2e6d3d4a
@ -91,7 +91,7 @@ mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.ffado.org;
|
homepage = "http://www.ffado.org";
|
||||||
description = "FireWire audio drivers";
|
description = "FireWire audio drivers";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ goibhniu michojel ];
|
maintainers = with maintainers; [ goibhniu michojel ];
|
||||||
|
Loading…
Reference in New Issue
Block a user