libipt: fix maintainers
This commit is contained in:
parent
5d9a003804
commit
93bf6e2648
@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://github.com/intel/libipt;
|
homepage = https://github.com/intel/libipt;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainer = with maintainers; [ orivej ];
|
maintainers = with maintainers; [ orivej ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user