libk  Diff

Differences From Artifact [8f964856d4]:

To Artifact [1899f7d930]:


    18     18   
    19     19     installPhase = ''
    20     20       env prefix=$prefix bash install.sh
    21     21     '';
    22     22   
    23     23     meta = with stdenv.lib; {
    24     24       description = "A modern replacement for libc";
    25         -    homepage = https://c.hale.su/libk;
    26         -    changelog = "https://c.hale.su/libk/timeline";
           25  +    homepage = https://c.comint.su/libk;
           26  +    changelog = "https://c.comint.su/libk/timeline";
    27     27       license = licenses.agpl3;
    28     28       # Doesn't actually match w/ supported platforms, but...
    29     29       platforms = platforms.unix;
    30     30     };
    31     31   }