Commit Graph

9 Commits (f6da38a42b6677df1873c03304aa20cd824b120e)

Author SHA1 Message Date
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Daiderd Jordan 4c5109b2e9 mily: use libclang 2018-01-17 15:53:08 +02:00
John Ericson ed14223f8c treewide: Manual fix more pkg-config build-inputs 2017-09-21 15:49:54 -04:00
Matthew Bauer 99c868c010 use https://github.com for all homepages
GitHub does a redirect to https:// when you use http://

repology complains with:

“Homepage link "https://github.com/…" is dead (HTTP error 404) for more than a month.”

This will fix some of them (not all though)
2017-08-17 14:53:40 -07:00
Robin Gloster a78316ce47 milu: disable format hardening 2016-05-31 12:28:59 +00:00
Rahul Gopinath c99944b2bf milu: Fix hydra failure on darwin
The hydra build failed on darwin on compiling, complaining about gcc.
This commit disables the darwin build.
2016-05-10 09:42:37 -07:00
Rahul Gopinath 4700db89b1
milu: init at 2016-05-09
Milu is a mutation testing tool for C and C++ programs

Closes #15341
2016-05-10 10:28:45 +02:00