Provide credit for patch by Wrolf Courtney (#754649)
Add recognition for work done by Wrolf Courtney to display LVM logical volumes. Bug 754649 - Display Logical Volumes in Volume Group of LVM2 Partition
This commit is contained in:
parent
2d55b74699
commit
dbc81f1537
3
AUTHORS
3
AUTHORS
|
@ -134,3 +134,6 @@ Stephen Kirkby <mail@stephenkirkby.co.uk>
|
|||
|
||||
Vincent Untz <vuntz@gnome.org>
|
||||
* Wrote small patch to correctly link to gthread
|
||||
|
||||
Wrolf Courtney <wrolf@wrolf.net>
|
||||
* Wrote patch to display logical volumes in LVM2 partition volume group
|
||||
|
|
|
@ -1633,6 +1633,7 @@ void Win_GParted::menu_help_about()
|
|||
//See also AUTHORS file -- names listed in opposite order to try to be fair.
|
||||
strings .push_back( "Sinlu Bes <e80f00@gmail.com>" ) ;
|
||||
strings .push_back( "Luca Bruno <lucab@debian.org>" ) ;
|
||||
strings .push_back( "Wrolf Courtney <wrolf@wrolf.net>" ) ;
|
||||
strings .push_back( "Jérôme Dumesnil <jerome.dumesnil@gmail.com>" ) ;
|
||||
strings .push_back( "Markus Elfring <elfring@users.sourceforge.net>" ) ;
|
||||
strings .push_back( "Mike Fleetwood <mike.fleetwood@googlemail.com>" ) ;
|
||||
|
|
Loading…
Reference in New Issue