Commit 3af5beb0 authored by jopejoe1's avatar jopejoe1
Browse files

libasn1c: fix url

parent 4832da44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {

  meta = with lib; {
    description = "Runtime library of Lev Walkin's asn1c split out as separate library";
    homepage = "github.com/osmocom/libasn1c/";
    homepage = "https://github.com/osmocom/libasn1c/";
    license = licenses.bsd2;
    platforms = platforms.linux;
    maintainers = with maintainers; [ janik ];