duti: update homepage

This commit is contained in:
Renaud 2022-02-05 22:55:42 +01:00 committed by c0bw3b
parent e77cafcf65
commit e4779a33aa

View file

@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [matthewbauer];
platforms = platforms.darwin;
license = licenses.publicDomain;
homepage = "http://duti.org/";
homepage = "https://github.com/moretension/duti/";
};
}