3
0
Fork 0
forked from mirrors/nixpkgs

gnuradio-osmosdr & gqrx: Add myself as maintainer.

This commit is contained in:
Moritz Ulrich 2015-07-27 13:02:12 +02:00
parent 2f861a3d07
commit 0391b7b0a8
2 changed files with 2 additions and 2 deletions

View file

@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
homepage = http://sdr.osmocom.org/trac/wiki/GrOsmoSDR; homepage = http://sdr.osmocom.org/trac/wiki/GrOsmoSDR;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.bjornfor ]; maintainers = with maintainers; [ bjornfor the-kenny ];
}; };
} }

View file

@ -42,6 +42,6 @@ stdenv.mkDerivation rec {
# it's currently unknown which version of the BSD license that is. # it's currently unknown which version of the BSD license that is.
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; # should work on Darwin / OS X too platforms = platforms.linux; # should work on Darwin / OS X too
maintainers = [ maintainers.bjornfor ]; maintainers = with maintainers; [ bjornfor the-kenny ];
}; };
} }